Class to create/update CCHR reports based on data contained in the log files.
The reports are stored in the web interface database. The tables contain one row of data for each unique log entry per data run, where a unique entry is determined by a key of: segment_id + variable_id + phase_id + region_id + key_1 + key_2 + key_3. The Report class is called when during pre_process, process, and transform phases to generate reports based on the log output from each of the respective phases.
The reports can also be generated as excel/text files.
Public Methods: ...
alias of src.report